home *** CD-ROM | disk | FTP | other *** search
- SHELL CONTROL PACK EXAMPLES
-
- This set of examples attempts to cover some of the less obvious
- features and techniques available with the Shell Control Pack.
-
- CONTENTS
-
- NewFileEdit
- This example shows how, after creating a file, the
- TPTShellList control can make the file visible and begin
- editing the caption. This is similar to the behaviour of
- 'New Folder' but for your own files.
-
- CustomColumns
- Replaces columns in the TPTShellList control with an
- arbitary programmer-defined column.
-
- ImageCombo
- This example shows how to add icons to a resource file, load
- them into an image list and apply the image list to a
- TPTImageCombo component. Also shows how to use the
- TPTImageCombo.OnSelEndOk event.
-
- NetworkTree
- Shows how to use a TPTShellTree control to view the Network
- Neigborhood and select a computer.
-
- NonShellNodes
- This example shows how you can merge your own non-shell
- nodes and items into TPTShellTree and TPTShellList controls.
-
- Translation
- This is a demo of the translation process for Delphi 2,
- Delphi 3/4 and C++Builder.
-
-
- NOTES FOR C++BUILDER USERS
-
- After opening an example, C++Builder users should open the
- Options|Project dialog to the Directories/Conditionals page.
- Add the path where you installed the Shell Control Pack
- .hpp/.obj files to both the Include Path and Library Path.
-
- This is necessary because C++Builder doesn't automatically use
- the library paths used by the component palette on existing
- projects.
-
- --
-
- These examples are Copyright ⌐ 1996-2000 Plasmatech Software
- Design. However, you can use these examples in your own projects
- in whole or in part without giving credit.
-